type runtime.reflectMethodValue

4 uses

	runtime (current package)
		traceback.go#L659: type reflectMethodValue struct {
		traceback.go#L690: 			var mv *reflectMethodValue
		traceback.go#L696: 				mv = (*reflectMethodValue)(unsafe.Pointer(ctxt))
		traceback.go#L704: 				mv = *(**reflectMethodValue)(unsafe.Pointer(arg0))